home *** CD-ROM | disk | FTP | other *** search
- Here is a port of iostreams for the atariST.
-
- before you can use it:
- - apply patch in libg++/gnulib3.cdiff
- - build g++.olb
- alternately, use the supplied libg++/gnulib3.o and replace
- it in your copy of g++.olb. to do this
-
- cd to wherever you keep your libraries
- copy the new gnulib3.o there and issue the following 2 commands:
- gcc-ar d g++.olb gnulib3.o
- gcc-ar rs g++.olb gnulib3.o
-
- then cd src
- - build io.olb
- - cd test/ and build and run them
- Or use the supplied io.olb (copy it into your $GNULIB)
- Make a new subdir for the iostream headers. Make GXXINC
- point to both this new subdir and where it pointed to earlier.
- setenv GXXINC e:\new\path,e:\old\path
- now build and run the tests.
-
-
- if you are going to use this stuff on a regular basis:
- - make sure to set your include path to include the files in the
- subdirectory include/ FIRST, before you include stuff from
- libg++ and before you include stuff from libc
- This can be done by setting GXXINC to "ios/include,libg++/include"
- (comma seperated list t approproiate dirs).
-
- - you may want to build libg++ with this as the i/o pacaksge. to do
- that, get rid of all the i/o include and src files, replace with
- files from here and recompile.
-
- be WARNED: you cannot mix the old i/o and this i/o package.
-
- enjoy,
- --
- bang: uunet!cadence!bammi jwahar r. bammi
- domain: bammi@cadence.com
- GEnie: J.Bammi
- CIS: 71515,155
-